# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1381 -> 1.1382 # include/linux/sched.h 1.156 -> 1.157 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/07/12 davidm@tiger.hpl.hp.com 1.1382 # Remove extra blank line. # -------------------------------------------- # diff -Nru a/include/linux/sched.h b/include/linux/sched.h --- a/include/linux/sched.h Wed Jul 16 00:38:48 2003 +++ b/include/linux/sched.h Wed Jul 16 00:38:48 2003 @@ -527,7 +527,6 @@ }; extern union thread_union init_thread_union; - extern struct task_struct init_task; extern struct mm_struct init_mm;